projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5fc37
)
(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
author
Paul Eggert
<eggert@twinsun.com>
Mon, 30 Dec 1996 07:34:15 +0000
(07:34 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Mon, 30 Dec 1996 07:34:15 +0000
(07:34 +0000)
botches time arithmetic as used by display-time.
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 1f186c57db77e338cd4f60cd073588509f37bd61..8af4538f33a561eaf29d05fb503f03d9a20835fa 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-477,8
+477,9
@@
ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
#define GETLOADAVG_OBJ getloadavg.o
#endif
-/* NEXTSTEP mktime wrongly ignores TZ. */
-#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
+/* NEXTSTEP mktime wrongly ignores TZ.
+ SCO 3.2v4.2 mktime botches time arithmetic as used by display-time. */
+#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) && ! defined (SCO_R4)
#define MKTIME_OBJ
#else
#define MKTIME_OBJ mktime.o